home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / ModemLink / Source / ModemLinkAPI.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-09  |  177 b   |  11 lines

  1. #ifndef ML_API_H
  2. #define ML_API_H
  3.  
  4. #include <exec/ports.h>
  5. #include "ModemLinkDevAPI.h"
  6.  
  7. BYTE ML_DoIO(struct IORequest *IOReq);
  8. void ML_SendIO(struct IORequest *IOReq);
  9.  
  10. #endif
  11.